home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSINESS
/
PCEST272.LZH
/
INSFLOP.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-18
|
966b
|
29 lines
ECHO OFF
CLS
ECHO This batch program will add (files=20,buffers=24)
ECHO instructions to CONFIG.SYS file in your MS-DOS
ECHO system diskette (Bootup diskette). If CONFIG.SYS does not
ECHO already exist, then the batch file will create it.
ECHO ***** To abort, press CTRL and BREAK keys simultaneously
ECHO To continue,
PAUSE
ECHO Insert your MS-DOS Bootup disk in drive B.
PAUSE
B:
IF NOT EXIST config.sys GOTO SAFETY
COPY config.sys+a:config.sys
:SAFETY
IF EXIST config.sys GOTO NEXTSAFE
COPY A:config.sys
:NEXTSAFE
ECHO Installation complete...
ECHO To start PC-Estimator at any time,
ECHO Insert PC-Estimator Disk #1 (Program Disk) in drive A
ECHO Insert PC-Estimator Disk #2 (Data Disk) in drive B
ECHO At A prompt, type PCEST, then press ENTER
A:
ECHO